indexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int indexOf(TString str, TString toFind, int startIndex)
  2. int indexOf(TChar[] str, TChar ch, int startIndex)
    pure nothrow @nogc @trusted
    int
    indexOf
    (
    TChar
    )
    (
    inout TChar[] str
    ,
    inout TChar ch
    ,
    int startIndex = 0
    )

Meta